home *** CD-ROM | disk | FTP | other *** search
/ PCNET 2006 September - Disc 3 / PCNET_CD_2006_09_3.iso / apps / Install_Babya_Logic.exe / {app} / samples / Play second tune.msc < prev    next >
Encoding:
Text File  |  1999-11-02  |  362 b   |  25 lines

  1. MScript VER:1
  2. TIMER:60
  3.  
  4. TuneStart:Tune1
  5. --This is the demo of how one tune can start another in parallel!
  6. --Press Play button to here!
  7.  
  8. INSTRUMENT:Music_Box 
  9.     LABEL:TOP
  10.     a b c d 
  11.     
  12.     --Start another tune in parallel
  13.     PLAY:Tune2 
  14.  
  15.     e e a a# b a
  16. JUMP:TOP
  17. TuneEnd:Tune1
  18. TuneStart:Tune2
  19. INSTRUMENT:FX_7_(echoes) 
  20. a:5 
  21. b:3 
  22. d# 
  23. d
  24. TuneEnd:Tune2
  25.